Skip to content

Conversation

@michaelfaith
Copy link
Collaborator

PR Checklist

Overview

This change updates the version of eslint in our codebase to v10, and adds additional testing and typechecking in ci, running those steps on both v9 and v10.

This change updates the version of eslint in our codebase to v10, and adds additional testing and typechecking in ci, running those steps on both v9 and v10.
@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.14%. Comparing base (d7416ff) to head (95619de).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1554   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          28       28           
  Lines         596      596           
  Branches      175      175           
=======================================
  Hits          579      579           
  Misses          2        2           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@michaelfaith
Copy link
Collaborator Author

michaelfaith commented Feb 8, 2026

@JoshuaKGoldberg looks like we might be able to land this along with v8 after all. The main blocker is typescript-eslint/typescript-eslint#11952 just for our own linting usage. But as far as integrating support into the package, it was pretty straightforward.

I've added an ESLint version matrix with 9 and 10 to the test and typecheck jobs to ensure we're not breaking v9 compatibility, as we work in v10. So, the branch ruleset will need updating again.

After the ts-eslint bug is fixed, we can move forward with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀 Feature: ESLint v10 support

1 participant